home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 26 (Anniversary Edition)
/
Volume 26 [Anniversary Edition] - JOGO DISK .iso
/
Puzzle
/
Bojo.exe
/
scripts
/
DefineSprite_387
/
frame_1
/
DoAction.as
Wrap
Text File
|
2006-05-29
|
267b
|
23 lines
random = random("3");
if(random eq "0")
{
tellTarget("/silta1")
{
play();
}
}
else if(random eq "1")
{
tellTarget("/silta2")
{
play();
}
}
else if(random eq "2")
{
tellTarget("/silta3")
{
play();
}
}